home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01543_SSdcardTXT-GO.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  242 b   |  10 lines

  1. on mouseDown
  2.   if the name of cast (the castNum of sprite 2 + 1) = "PG-END" then
  3.     puppetSprite(2, 0)
  4.   else
  5.     puppetSound("Single Click")
  6.     puppetSprite(2, 1)
  7.     set the castNum of sprite 2 to the castNum of sprite 2 + 1
  8.   end if
  9. end
  10.